Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / FieldCount Property


In This Topic
FieldCount Property (RichValue<T>)
In This Topic
Gets the total numbers of fields.
Syntax
'Declaration
 
Public ReadOnly Property FieldCount As Integer
 
'Usage
 
Dim instance As RichValue(Of T)
Dim value As Integer
 
value = instance.FieldCount
See Also